body,html {
    margin: 0 !important;
    min-height: 100%;
}
a{
    text-decoration:none;
    color: #524D4D;
}
img{
    display: block;
}
.body-bgc {
    background-color: #FAFAFA;
}

.relative{
    position: relative;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.align-center {
    align-items: center;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ellipsis2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ellipsis3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ellipsis4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
    word-break: break-all;
}
.text-right{
    text-align: right;
}
.font-28{
    font-size: 28px;
}
.font-26{
    font-size: 26px;
}
.font-24{
    font-size: 24px;
}
.font-22{
    font-size: 22px;
}
.font-20{
    font-size: 20px;
}
.font-18{
    font-size: 18px;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-13{
    font-size: 13px;
}
.font-12{
    font-size: 12px;
}
.color-FFFFFF{
    color: #FFFFFF;
}
.color-8D8D8D{
    color: #8D8D8D;
}
.color-524D4D{
    color: #524D4D;
}
.color-899492{
    color: #899492;
}
.color-AEAAAA{
    color: #AEAAAA;
}
.color-070F0D{
    color: #070F0D;
}
.color-A8ADAC{
    color: #A8ADAC;
}
.color-4B5553{
    color: #4B5553;
}
.color-2E60F9{
    color: #2E60F9;
}
.color-F75858{
    color: #448B5B;
}
.color-F7AF58{
    color: #F7AF58;
}
.bgc-F75858{
    /*background-color: #F75858;*/
    background: linear-gradient(90deg, #B7DBB4 0%, #CBE9BD 54%, #EFF9E3 100%);
}
.bgc-F5F3F3{
    background-color: #F5F3F3;
}
.bgc-F8FCFC{
    background-color: #F8FCFC;
}
.line-height-24{
    line-height: 20px;
}
.line-height-20{
    line-height: 20px;
}
.line-height-18{
    line-height: 18px;
}
.w-1200{
    width: 1200px;
    margin: 0 auto;
}

.mb-10{
    margin-bottom: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.pb-5{
    padding-bottom: 5px;
}
.pl-5{
    padding-left: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.ptb-10{
    padding: 10px 0;
}
.plr-10{
    padding: 0 10px;
}
.ptb-40{
    padding: 40px 0;
}
.ptb-70{
    padding: 70px 0;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-35{
    padding-bottom: 35px;
}
.pl-5{
    padding-left: 5px;
}
.pr-4{
    padding-right: 4px;
}
.plr-10{
    padding-right: 10px;
    padding-left: 10px;
}
.pointer{
    cursor: pointer;
}

.logo{
    width: 170px;
    height: 60px;
    /*background: #F8F8F8;*/
    /*border-radius: 10px;*/
    margin: 10px 0;
}
.search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 413px;
    height: 50px;
    background: #F6F6F6;
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    padding: 0 25px;
    /*display: flex;*/
    /*align-items: center;*/
    /*width: 600px;*/
    /*height: 44px;*/
    /*background: #fff;*/
    /*border-radius: 25px;*/
    /*border: 2px solid #F75858;*/
    /*padding-left:25px;*/
}
.search-box .input{
    /*flex: 1;*/
    background-color: transparent;
    border: none;
    outline: none;
}
.search-box .icon{
    width: 16px;
    height: 18px;
    cursor: pointer;
    /*margin-right: 10px;*/
}
/*.search_btn{*/
    /*cursor: pointer;*/
    /*width: 90px;*/
    /*text-align: center;*/
    /*line-height: 44px;*/
    /*border-radius: 25px;*/
    /*background: #F75858;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
/*}*/
.tab-item{
    font-size: 20px;
    width: 90px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /*color: #fff;*/
    color: #3D3D3D;
    /*font-size: 17px;*/
    /*font-weight: 700;*/
    /*width: 92px;*/
    /*line-height: 60px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*font-family: verdana,Microsoft YaHei,Tahoma,sans-serif;*/
}
.tab-item-active{
    /*background-color: #fff;*/
    background-color: #448B5B;
    /*color: #F75858;*/
    /*color: #3D3D3D;*/
    color: #ffffff;
    /*background-color: #FAD045;*/
}
.banner{
    width: 100%;
    max-width: 1920px;
    height: 540px;
    margin: 0 auto;
}
/* 通用footer */
.footer{
    position: relative;
    padding: 130px 0 40px 0;
    /*background: #2F2F2F;*/
    background-color: #222222;
}
.footer-logo{
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    /*background: #F75858;*/
    background: #B7DBB4;
    border-radius: 5px;
    margin: -10px auto 40px auto;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
}
.menu{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.concat-us{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.footer-text{
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
}
.footer-text a{
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
}
/* 通用title */
.title-common-layer{
    position: relative;
    height: 50px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.box .title-common-layer{
    margin-bottom: 20px;
    width: 100%;
}
.title-common-line{
    width: 4px;
    height: 20px;
    background: #448B5B;
    border-radius: 1px;
    margin-right: 6px;
}
.title-common-en{
    margin-left: 8px;
    /*color:rgba(7, 15, 13, .1)*/
    color: rgba(7, 15, 13, .2);
}
.common-tab{
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.common-tab-item{
    position: relative;
    padding: 0 20px;
    font-size: 20px;
    /*color: #899492;*/
    color: #000000;
    cursor: pointer;
}
.common-active{
    /*color: #F75858;*/
    /*color: #3D3D3D;*/
    color: #000000;
}
.common-active::after{
    position: absolute;
    content: " ";
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 4px;
    /*background: #F75858;*/
    border-radius: 2px;
    background: linear-gradient(90deg, #448B5B 18%, rgba(68, 139, 91, 0) 100%);
}

/* 容器 */
.box{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.card{
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}
.box .card{
    border: 1px solid #DFDBDB;
}
.card .text-center {
    padding: 0 15px 15px;
}
/* hospital */
.gird{
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 294px);
    grid-row-gap: 30px;
    grid-column-gap: 8px;
}
.hospital-img{
    width: 100%;
    height: 220px;
    border-radius: 10px;
}
/* project */
.project-gird{
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-row-gap: 30px;
    grid-column-gap: 54px;
    text-align: center;
    margin-bottom: 80px;
}
.project-item{
    width: 260px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}
.project-img{
    width: 120px;
    height: 120px;
    margin: 20px auto 25px auto;
}
/* evaluate */
.evaluate{
    padding: 20px 0;
}
.evaluate-img{
   width: 40px;
   height: 40px;
   border-radius: 50%; 
}
.evaluate-name{
    font-size: 14px;
    font-weight: 600;
    color: #070F0D;
    line-height: 20px;
    padding-left: 10px;
}
.evaluate-project{
    position: relative;
    font-size: 12px;
    color: #A8ADAC;
    margin-left: 30px;
}
.evaluate-doctor{
    font-size: 12px;
    color: #A8ADAC;
    margin-left: 30px;
}
.evaluate-project::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    /* background: #D8D8D8; */
    background: #448B5B;
}
.evaluate-time{
    font-size: 12px;
    color: #A8ADAC;
}
.evaluate-text{
    font-size: 14px;
    color: #4B5553;
    line-height: 20px;
    padding-top: 10px;
}

.breadcrumb{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 14px;
}
/* icon */
.white-arrow{
    width: 16px;
    height: 16px;
    background-image: url(../img/rightArr.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.star{
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -262px -25px;
}
.arrow{
    width: 16px;
    height: 16px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -233px -25px;
}
.phone{
    width: 19px;
    height: 20px;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.mail{
    width: 20px;
    height: 15px;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.red-tag{
    padding: 2px 7px;
    /*background: #F75858;*/
    background-color: #448B5B;
    border-radius: 0px 10px 0px 10px;
    margin-right: 10px;
    color: #fff;
}
.eye{
    width: 16px;
    height: 12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -29px -27px;
}
.arrow-right{
    width: 16px;
    height: 12px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -65px -27px;
}
.heart{
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -101px -21px;
}
.airplane{
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -145px -21px;
}
.msg{
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -189px -21px;
}
.heart-white{
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -131px -211px;
}
.airplane-white{
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 375px 812px;
    background-position: -189px -211px;
}
.null-data {
    padding-bottom: 10px;
    background: url(../img/null.png) no-repeat top 0px center;
    background-size: 150px 150px;
    height: 170px;
    text-align: center;
    position: relative;
}
.null-data::after {
    content: "暂无数据";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
 /* 图片自适应的样式 */
.img-object{
    object-fit: cover;
    object-position: 50% 20%;
}

.row-scorll{
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
}
div::-webkit-scrollbar {
    display: none;
}
.row-scorll div {
    white-space: nowrap;
}
.other-data{
    width: inherit;
}
.grid-one{
    grid-template-columns: repeat(1, 100%) !important;
}
.banner_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
:root {
    --swiper-theme-color:#448B5B!important
}
.new-content-right{
    margin-left: 40px;
    flex: 1;
}
.fu-text-wrap img{
    max-width: 100%;
    height: auto;
}
.fu-text-wrap * {
    white-space: unset !important;
    max-width: 100%!important;
}
.fu-text-wrap{font-size: 16px;}
.fu-text-wrap h1{font-size: 20px;}
.fu-text-wrap p, .fu-text-wrap div, .fu-text-wrap span{padding:5px 0; font-size:16px; line-height:30px; color:#333333; text-indent:2em; }
.fu-text-wrap p img,.fu-text-wrap img { display:block; margin:0 auto; max-width:90%; height:auto; }
.fu-text-wrap h3{font-size: 18px; font-weight: bold; padding: 6px; text-align: left;text-indent: 0;}
.fu-text-wrap h2,h3,h4{text-indent: 0;}
.fu-text-wrap table p{text-indent:0;}
.fu-text-wrap .selectTdClass{background-color:#edf5fa !important}
.fu-text-wrap table{margin-bottom:10px;border-collapse:collapse;display:table;}
.fu-text-wrap td,.fu-text-wrap th{padding: 5px 10px;border: 1px solid #DDD;}

/* 富文本图片蒙版和模糊效果（仅限content内容区域，排除特定图片） */
.fu-text-wrap img:not(.picture):not(.avatar):not(.video-avatar):not(.content-avatar) {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 15px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* 排除特定容器内的图片 */
.fu-text-wrap .picture img,
.fu-text-wrap a.picture img {
    filter: none !important;
    max-width: inherit !important;
    height: inherit !important;
    margin: inherit !important;
    border-radius: inherit !important;
}

/* 确保这些图片不会被包装在overlay中 */
.fu-text-wrap .picture img,
.fu-text-wrap a.picture img {
    position: static !important;
}

.fu-text-wrap .image-overlay {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(255,255,255,0.1);
}

.fu-text-wrap .image-overlay img {
    filter: blur(15px);
    transition: filter 0.3s ease;
}

.fu-text-wrap .image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    z-index: 1;
}

/* 移除鼠标悬停效果，保持蒙版始终显示 */

.title-set{
    text-align: center;
    font-weight: bold;
    font-size: 20px!important;
    text-indent: 0em!important;
}
.padding-5 {
    padding: 5px!important;
}
.pt-10{
    padding-top: 10px;
}
.pt-35{
    padding-top: 35px;
}
.content-one-img{
    width: 570px;
    height: 382px;
    border-radius: 2%;
}
.content-list-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
/*.kf_box{*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
/*.kf_icon{*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: url(../img/index/kf_icon.png) no-repeat;*/
    /*background-size: 100%;*/
    /*margin-right: 10px;*/
/*}*/
/*.kf_text{*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*color: #F75858;*/
/*}*/
/*.kf_num{*/
    /*color: #1D1D1D;*/
    /*font-family: verdana,Microsoft YaHei,Tahoma,sans-serif;*/
/*}*/
/*.header_bg{*/
    /*background: url("../img/index/header_bg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/
.bg_liner_green {
    background: linear-gradient(180deg, #CFEBC2 3%, rgba(255, 255, 255, 0) 100%);
}
.bg_liner_greenDeep {
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(190, 223, 181, 0.49) 100%);
}
.color_#222 {
    color: #222222;
}
.color_#5a {
    color: #5A5A5A;
}
.color_#448B5B {
    color: #448B5B;
}
.color_#5a a {
    color: #5A5A5A !important;
}
.color_#448B5B a {
    color: #448B5B !important;
}
.bg_liner_horizontal {
    background: linear-gradient(90deg, #B7DBB4 0%, #CBE9BD 54%, #EFF9E3 100%);
}
.flex_headGrid {
    width: 1200px;
    min-height: 180px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    margin-bottom: 30px;
}
.head_leftTitle {
    width: 207px;
    /* height: 180px; */
    text-align: center;
    margin: auto 0;
    border-right: 2px dashed #448B5B;
}
.head_leftTitle img{
    width: 66px;
    height: 66px;
    display: inline-block;
}
.head_leftTitle .title_text{
    font-size: 28px;
    font-weight:bold;
    color: #448B5B;
}

.head_cardContainer {
    flex: 1;
    align-self: stretch;
}
.project_item_list{
    display: grid;
    grid-template-columns: repeat(5, 164px);
    grid-row-gap: 22px;
    grid-column-gap: 25px;
    text-align: center;
    justify-content: center;
    margin: 38px 0;
    margin-bottom: 38px;
}
.project_item_list .project-item{
    width: 164px;
    height: 42px;
    background: #FAFAFA;
    border-radius: 4px;
    line-height: 42px;
}
.project_item_list .project-item:hover{
    background: #448B5B;
    color: #fff;
}
.project-gird .project_item_list{
    display: grid;
    text-align: center;
    justify-content: center;
    grid-template-columns: none;
    grid-row-gap: 0;
    grid-column-gap: 0;
    margin-top: 0;
}
.doctorImg {
    flex-shrink: 0;
}
.likeDo {
    width: 226px;
}

.hot-hospital{
    font-size: 20px;
    color: #3D3D3D;
    line-height: 30px;
    padding: 20px 30px;
}
.hot-hospital-list{
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    color: #899492;
    line-height: 30px;
}
.hot-hospital-list span{
    margin-right: 20px;
}


.question-mode {
    width: 1200px;
    background: #fff;
    margin: 30px auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .question-mode .question {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 15px;
  }
  .question-mode .question .tags {
    width: 23px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    margin: 0 10px 0 0;
  }
  .question-mode .question .tags span {
    width: 23px;
    position: relative;
    z-index: 3;
  }
  .question-mode .question .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 23px;
    height: 24px;
    flex-shrink: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
  .question-mode .question p {
    margin: 0;
  }
  .question-mode .question .time{
    /* width: 100%; */
    margin-top: 8px;
    margin-left: auto;
    font-size: 12px;
    color: #899492;
    text-align: right;
  }
  .question-mode .question .time span{
    margin-left: 10px;
  }
  .question-mode .ask .recommend{
    /* font-size: 16px; */
    margin: 10px 0;
  }
  .question-mode .ask {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
  }
  .question-mode .ask .tags {
    width: 23px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    z-index: 3;
    margin: 0 0 0 0;
  }
  .question-mode .ask .tags span {
    width: 23px;
    position: relative;
    z-index: 3;
  }
  .question-mode .ask .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 23px;
    height: 24px;
    flex-shrink: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
  .question-mode .ask .explain {
    width: calc(100% - 33px);
    background: linear-gradient(180deg, #F7F8FA 0%, rgba(247, 248, 250, 0) 100%);
    padding: 10px;
    border-radius: 10px;
    margin: 0;
  }
